func net/url.parseAuthority

2 uses

	net/url (current package)
		url.go#L559: 		url.User, url.Host, err = parseAuthority(authority)
		url.go#L579: func parseAuthority(authority string) (user *Userinfo, host string, err error) {